home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIP Turkiye Ocak 1998.iso / ARACLAR / TF95140 / TEKFCT95.EXE / 0 / RCDATA / TPASSWORDFORM / TPASSWORDFORM.txt
Text File  |  1997-07-12  |  908b  |  54 lines

  1. object PasswordForm: TPasswordForm
  2.   Left = 320
  3.   Top = 177
  4.   Width = 255
  5.   Height = 121
  6.   Caption = 'TechFacts 95'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnShow = FormShow
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Bevel1: TBevel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 233
  18.     Height = 49
  19.   end
  20.   object Label1: TLabel
  21.     Left = 16
  22.     Top = 24
  23.     Width = 77
  24.     Height = 13
  25.     Caption = 'Enter Password:'
  26.   end
  27.   object Edit1: TEdit
  28.     Left = 104
  29.     Top = 21
  30.     Width = 121
  31.     Height = 21
  32.     PasswordChar = '*'
  33.     TabOrder = 0
  34.   end
  35.   object BitBtn1: TBitBtn
  36.     Left = 160
  37.     Top = 64
  38.     Width = 75
  39.     Height = 25
  40.     TabOrder = 1
  41.     Kind = bkCancel
  42.   end
  43.   object BitBtn2: TBitBtn
  44.     Left = 80
  45.     Top = 64
  46.     Width = 75
  47.     Height = 25
  48.     Caption = '&Ok'
  49.     TabOrder = 2
  50.     OnClick = BitBtn2Click
  51.     Kind = bkOK
  52.   end
  53. end
  54.